Skip to content

Chore(deps): Bump @nozbe/watermelondb from 0.23.0 to 0.25.1#151

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/nozbe/watermelondb-0.25.1
Closed

Chore(deps): Bump @nozbe/watermelondb from 0.23.0 to 0.25.1#151
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/nozbe/watermelondb-0.25.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 24, 2023

Copy link
Copy Markdown

Bumps @nozbe/watermelondb from 0.23.0 to 0.25.1.

Changelog

Sourced from @​nozbe/watermelondb's changelog.

0.25.1 - 2023-01-23

  • Fix React Native 0.71+ Android broken build

0.25 - 2023-01-20

Highlights

  • Fix broken build on React Native 0.71+
  • [Expo] Fixes Expo SDK 44+ build errors (@​Kudo)
  • [JSI] Fix an issue that sometimes led to crashing app upon database close

BREAKING CHANGES

  • [Query] Q.where(xxx, undefined) will now throw an error. This is a bug fix, since comparing to undefined was never allowed and would either error out or produce a wrong result in some cases. However, it could technically break an app that relied on existing buggy behavior
  • [JSI+Swift] If you use watermelondbProvideSyncJson() native iOS API, you might need to add import WatermelonDB

New features

  • [adapters] Adapter objects can now be distinguished by checking their static adapterType
  • [Query] New Q.includes('foo') query for case-sensitive exact string includes comparison
  • [adapters] Adapter objects now returns dbName
  • [Sync] Replacement Sync - a new advanced sync feature. Server can now send a full dataset (same as during initial sync) and indicate with { experimentalStrategy: 'replacement' } that instead of applying a diff, local database should be replaced with the dataset sent. Local records not present in the changeset will be deleted. However, unlike clearing database and logging in again, unpushed local changes (to records that are kept after replacement) are preserved. This is useful for recovering from a corrupted local database, or as a hack to deal with very large state changes such that server doesn't know how to efficiently send incremental changes and wants to send a full dataset instead. See docs for more details.
  • [Sync] Added onWillApplyRemoteChanges callback

Performance

  • [LokiJS] Updated Loki with some performance improvements
  • [iOS] JSLockPerfHack now works on iOS 15
  • [Sync] Improved performance of processing large pulls
  • Improved @json decorator, now with optional { memo: true } parameter

Changes

  • [Docs] Added additional Android JSI installation step

Fixes

  • [TypeScript] Improve typings: add unsafeExecute method, localStorage property to Database
  • [android] Fixed compilation on some setups due to a missing import
  • [sync] Fixed marking changes as synced for users that don't keep globally unique (only per-table unique) IDs

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nozbe/watermelondb](https://github.com/Nozbe/WatermelonDB) from 0.23.0 to 0.25.1.
- [Release notes](https://github.com/Nozbe/WatermelonDB/releases)
- [Changelog](https://github.com/Nozbe/WatermelonDB/blob/master/CHANGELOG.md)
- [Commits](Nozbe/WatermelonDB@v0.23.0...v0.25.1)

---
updated-dependencies:
- dependency-name: "@nozbe/watermelondb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 24, 2023
@dependabot @github

dependabot Bot commented on behalf of github Jan 31, 2023

Copy link
Copy Markdown
Author

Superseded by #156.

@dependabot dependabot Bot closed this Jan 31, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/nozbe/watermelondb-0.25.1 branch January 31, 2023 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants